From 757c1c704c9d07bf49e528d1ee0cd2b1423d4059 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sun, 19 Oct 2025 19:48:34 +0200 Subject: [PATCH] libubox: remove submodule MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Including the libubox repository as a module isn't needed. Signed-off-by: Álvaro Fernández Rojas --- .gitmodules | 3 --- README.md | 6 ------ libubox | 1 - 3 files changed, 10 deletions(-) delete mode 100644 .gitmodules delete mode 160000 libubox diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 936f1cb..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "libubox"] - path = libubox - url = http://git.openwrt.org/project/libubox.git diff --git a/README.md b/README.md index b83fe9e..045d4f2 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,9 @@ It is partly based on code of https://github.com/Oryon/pimbd - Kernel-space multicast routing - Multiple instances support - Address-scope specific proxying - ## Compiling -omcproxy uses libubox as submodule, be sure to clone this git repository -with --recursive or run: "git submodule init; git submodule update" -after cloning. If you are already using libubox as a shared library -just pass -DWITH_LIBUBOX=1 to cmake. - omcproxy uses cmake: - To prepare a Makefile use: "cmake ." - To build / install use: "make" / "make install" afterwards. diff --git a/libubox b/libubox deleted file mode 160000 index 75a3b87..0000000 --- a/libubox +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 75a3b870cace1171faf57bd55e5a9a2f1564f757 -- 2.30.2